home *** CD-ROM | disk | FTP | other *** search
- * $Id: freeanim.s 1.1 1999/02/03 04:09:05 jotd Exp $
- **************************************************************************
- * FREEANIM-LIBRARY *
- **************************************************************************
- **************************************************************************
- * INITIALIZATION *
- **************************************************************************
-
- FRANINIT move.l _franbase,d0
- beq .init
- rts
-
- .init move.l #10,d0 ; at random
- move.l #2,d1 ; at random
- lea _franname,a0
- bsr _InitLibrary
- move.l d0,a0
- move.l d0,_franbase
-
- rts
-
-